home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_kdelibs.idb / usr / freeware / kde / include / kmisc.h.z / kmisc.h
Encoding:
C/C++ Source or Header  |  1999-01-26  |  1.1 KB  |  31 lines

  1. /* This file is part of the KDE libraries
  2.     Copyright (C) 1997 Stephan Kulow (coolo@kde.org)
  3.  
  4.     This library is free software; you can redistribute it and/or
  5.     modify it under the terms of the GNU Library General Public
  6.     License as published by the Free Software Foundation; either
  7.     version 2 of the License, or (at your option) any later version.
  8.  
  9.     This library is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12.     Library General Public License for more details.
  13.  
  14.     You should have received a copy of the GNU Library General Public License
  15.     along with this library; see the file COPYING.LIB.  If not, write to
  16.     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  17.     Boston, MA 02111-1307, USA.
  18. */
  19. #ifdef HAVE_CONFIG_H
  20. #include <config.h>
  21. #endif
  22.  
  23. #ifndef HAVE_FUNC_SETENV
  24. int setenv(const char *name, const char *value, int overwrite) ;
  25. #endif      
  26.  
  27. #ifndef HAVE_USLEEP
  28. void usleep(unsigned int usec);
  29. #endif
  30.  
  31.